/*
////////////////////////////////////////////////////////////////
//
// structure.css Stylesheet fuer die Struktur
//
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit WeblicationŽ Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/*Strukturformatierung*/
  body                 {text-align:left;}

  .blockMain           {width:768px;}/*Gesamter Bereich*/
  .blockTop            {border-style:solid;border-width:1px;vertical-align:top;}/*Bereich oben*/
  .blockLeft           {height:100%;border-style:solid;border-width:1px;border-top-style:none;border-bottom-style:none;vertical-align:top;}/*Bereich links*/
  .blockContent        {height:95%;border-style:none;vertical-align:top;}/*Inhaltsbereich*/
  .blockRight          {height:100%;border-style:solid;border-width:1px;border-top-style:none;border-bottom-style:none;vertical-align:top;}/*Bereich rechts*/
  .blockBottom         {border-style:solid;border-width:1px;vertical-align:top;}/*Bereich unten*/
  